home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 5 / Skunkware 5.iso / src / X11 / tclMotif-1.4 / wtour / formdialog1.tcl < prev    next >
Text File  |  1995-06-29  |  410b  |  17 lines

  1. #
  2. # a FormDialog containing a mixture of objects
  3. #
  4.  
  5. xmPushButton .btn managed
  6. xmFormDialog .btn.form managed
  7.  
  8. xmLabel .btn.form.lab managed \
  9.     -labelString "A label"
  10. xmPushButton .btn.form.button managed \
  11.     -labelString "A button" \
  12.     -topAttachment attach_widget \
  13.     -topWidget .btn.form.lab
  14. xmArrowButton .btn.form.arrow managed \
  15.     -topAttachment attach_widget \
  16.     -topWidget .btn.form.button
  17.